Visual Basic (Declaration) | |
---|---|
Public Function MergeLog( _ ByVal keyComparer As IComparer(Of TKey), _ ByVal existing As IEnumerable(Of KeyValuePair(Of TKey,TValue)) _ ) As IEnumerable(Of KeyValuePair(Of TKey,TValue)) |
C# | |
---|---|
public IEnumerable<KeyValuePair<TKey,TValue>> MergeLog( IComparer<TKey> keyComparer, IEnumerable<KeyValuePair<TKey,TValue>> existing ) |
Parameters
- keyComparer
- existing
Target Platforms: Windows XP, Windows Server 2003, Windows Vista, Windows Server 2008, Windows 7